home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d916.lha / MathPlot / Tutorial_E.TXT < prev    next >
Text File  |  1993-10-04  |  3KB  |  108 lines

  1.                     MathPlot - Tutorial
  2.                     ===================
  3.                     
  4.                   by Rüdiger Dreier 1991/92/93
  5.  
  6.                    MathPlot is ShareWare                     
  7.  
  8.  
  9.  
  10. My address:
  11.  
  12.  Ruediger Dreier
  13.  Gustav-Winkler-Str. 40
  14.  D-33699 Bielefeld
  15.  Germany
  16.  
  17. I can be reached via EMail:
  18.  
  19.  ruediger.dreier@post.uni-bielefeld.de
  20.  
  21.  
  22.  
  23. This tutorial shall help you to use MathPlot the first time.
  24.  
  25.  
  26. Introduction
  27. ============ 
  28.  You want to try MathPlot. I try to help you: 
  29.  Let's say, you want to plot the following functions:
  30.   sin(x)+cos(x)
  31.   2*sin(x)
  32.   sin(2*x)
  33.  As intervall, you want [-\pi,\pi].
  34.  
  35. Preparation
  36. ===========
  37.  Make sure that you have the following files in LIBS:
  38.  
  39.  - mathieeedoubbas.library
  40.  - mathieeedoubtrans.library
  41.  - asl.library
  42.  - mtool.library
  43.  - diskfont.library (V36 or higher)
  44.  
  45.  If you work often with MathPlot, copy the following files to S:
  46.  
  47.  - mplot.prefs
  48.  - Funktionen.fkt
  49.  - Konstanten.con
  50.  - Macros.mcr
  51.  
  52.  Start MathPlot with a double-click.
  53.  
  54. Enter your preferences
  55. ======================
  56.  If you have not the file "mplot.prefs" in S:, a requesters appears. Just
  57.  click on OK.
  58.  You should first enter your prefered settings. E.g. use 
  59.  Preferences/Resolution to set your prefered screenmode. Use "Use" to
  60.  see a result. Save your preferences to s:mplot.prefs and restart MathPlot
  61.  (or use "Use").
  62.  
  63. Enter the functions
  64. ===================
  65.  Well, the three functions are quite short, but to make clear how to use it,
  66.  use the macros:
  67.  
  68. Enter the macros
  69. ================
  70.  Select the item Macros. A window should appear with two gadgets. Press
  71.  the key a. An a$ should appear in the first gadget. Press RETURN.
  72.  In the second gadget, enter sin(x) and press RETURN.
  73.  Select Macros again. Enter b and cos(x).
  74.  
  75. Enter the functions
  76. ===================
  77.  Now you can enter the functions. Select three subitems of the item Change.
  78.  A window should appear with a gadget. If there is already some text, 
  79.  delete it with right-Amiga-x. Then enter _a+_b. Press RETURN. The window 
  80.  disappears and appears right again. Enter the second function (that is 
  81.  2*_a). After RETURN, you can enter the last function (that is _a(2*x)).
  82.  If you look at the subitem of Change, you should see your functions.
  83.  
  84. Enter the intervall
  85. ===================
  86.  Select Intervall. Enter for x-min -pi, for x-max pi, for y-min -20 and for 
  87.  y-max 20. Both cyclegadgets should be *1.
  88.  
  89. Plot the functions
  90. ==================
  91.  Select at Function/... your three functions. They will be plotted. You
  92.  will see, that -20/20 was too much.
  93.  
  94. Change the intervall
  95. ====================
  96.  You could select Intervall and change it. But you can also use the mouse: 
  97.  Select Zoom, select one corner of your new intervall, move the mouse and 
  98.  select the second corner. The screen should be cleared.
  99.  
  100. Plot axis
  101. =========
  102.  Choose Axis/autom.. As colour, choose i.e. 3. Now you are ready.
  103.  
  104. Discussion
  105. ==========
  106.  If you want to know more about one of the functions, select Discussion/...
  107.  
  108.